|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectguitools.AntiAlias
public class AntiAlias
AntiAlias
Static (toolkit) class to enable and disable antialiasing for a Graphics2D object.
Version 0.5
by Steven de Jong
20/Sep/2001
| Constructor Summary | |
|---|---|
AntiAlias()
|
|
| Method Summary | |
|---|---|
static void |
disableFor(java.awt.Graphics2D g2)
Disable antialiasing for the given Graphics2D object. |
static void |
enableFor(java.awt.Graphics2D g2)
Enable antialiasing for the given Graphics2D object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AntiAlias()
| Method Detail |
|---|
public static void enableFor(java.awt.Graphics2D g2)
g2 - The Graphics2D object.public static void disableFor(java.awt.Graphics2D g2)
g2 - The Graphics2D object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||